2013-10-25 - 9764 - Spec - PO form output changes #MMPPForms #abapformsmm
SPECIFICATIONS
9764.100-Spec-PO form output changes
Purpose
PO form output changes
Admin Info
Purpose
|
PO form output changes
|
Requested By
|
Saravanan Lakshmanan
|
Spec Created By
|
Laxman
|
Spec Created Date
|
10/25/2013
|
Spec QA by
|
Laxman
|
Objects
|
ZAFSMEDRUCK_GS
ZAFSMEDRUCK_NA
ZAFSMEDRUCK_NA_GS
ZAFSMEDRUCK
ZHRZGRD2
|
Document Status
|
Completed
|
References
Prior Tickets
Documents
Functional Requirement
PO form output has to be changed so that it will not print subtotals if multiple uom's were there in a PO.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
Understand that in the purchase order form quantities are cumulating irrespective of unit of measure. For example a purchase order contains two materials and for one material unit of measure is P6 and for second material unit of measure is in 'EA'. Program is cumulating the quantities with out checking unit of measure. Actually all the quantities should convert in to one unit of measure and do the subtotal and total. So modifying the program accordingly.
Test Plan
[List test scenarios/cases to be executed here]
|
Test Scenario
|
Expected Results
|
1
|
Create the purchase order with different materials having different unit of measures.
|
Sub total and total will be done after converting of unit of measuer in to one unit
|
Solution Details
[Provide complete technical details for configuration or programming here]
Changes Done in all PO forms .To get all quantities convert in to one unit of measure and displaying it at total .
And changed structure (ZHRZGRD2) to increase length of field ( ATTRIB3 )
Issues